object SpaceErrorDlg: TSpaceErrorDlg Left = 327 Top = 158 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Nedostatek m�sta' ClientHeight = 83 ClientWidth = 309 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 8 Top = 12 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object Bevel1: TBevel Left = 45 Top = 4 Width = 259 Height = 47 Shape = bsFrame end object Label1: TLabel Left = 55 Top = 13 Width = 202 Height = 13 Caption = 'Varov�n�: Voln� m�sto na disku je pod limitem.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 54 Top = 29 Width = 199 Height = 13 Caption = 'Je doporu�eno ukon�it b��c� projekt.' end object AbortBtn: TButton Left = 61 Top = 56 Width = 123 Height = 24 Caption = 'Ukon�it stahov�n�' Default = True ModalResult = 1 TabOrder = 0 OnClick = AbortBtnClick end object ContinueBtn: TButton Left = 190 Top = 56 Width = 115 Height = 24 Cancel = True Caption = 'Pokra�ovat' ModalResult = 2 TabOrder = 1 end end